home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / program / rukc121s.zip / noatexit.doc < prev    next >
Text File  |  1995-03-12  |  234b  |  7 lines

  1. To use NOATEXIT.OBJ, add it as any other program object file list:
  2.  
  3.         C>link yourprog.obj noatexit.obj, ...
  4.  
  5. It is needed ONLY IF your compiler runtime does not support _atexit().
  6. Watcom compilers should use WCATEXIT.OBJ.
  7.